home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000079_not-a-real-address@usa.net_Thu Jan 1 13:45:13 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-06!sn-post-01!supernews.com!news.supernews.com!not-for-mail
  2. From: those who know me have no need of my name <not-a-real-address@usa.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: How install Mac OS X binaries ?
  5. Date: 01 Jan 2004 06:42:16 GMT
  6. Organization: earthfriends
  7. Message-ID: <m1u13gnph0.gnus@usa.net>
  8. References: <89963141.0312311930.5c716f23@posting.google.com>
  9. User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, linux)
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. X-Complaints-To: abuse@supernews.com
  13. Lines: 27
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14761
  15.  
  16. in comp.protocols.kermit.misc i read:
  17.  
  18. >How do I install the Mac OS X binary I have downloaded ?  The OS
  19. >identifies the file as "Mach-O executable ppc" but neither clicking on
  20. >its icon nor invoking it by name from a command line seems to cause
  21. >anything to happen.
  22.  
  23. ,----[ from http://www.columbia.edu/kermit/ck80.html#binaries ]
  24. | After downloading, rename to "kermit" or "kermit.exe" (etc), as appropriate
  25. | for your operating system and, if necessary, give execute permission,
  26. | e.g. (in Unix):
  27. |   $ mv cku209.linux-i386-rh7.2 kermit
  28. |   $ chmod +x kermit
  29. `----
  30.  
  31. (the entire section should be read, but i'm guess this is the most likely
  32. issue.)
  33.  
  34. in addition when using the command line, if the binary isn't placed in a
  35. directory which is in your PATH you must be explicit about the invocation,
  36. e.g., 
  37.  
  38.   ./kermit
  39.  
  40. -- 
  41. a signature
  42.